projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9792e
)
(org-irc-parse-link): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 8 May 2008 15:43:49 +0000
(15:43 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 8 May 2008 15:43:49 +0000
(15:43 +0000)
lisp/org/org-irc.el
patch
|
blob
|
history
diff --git
a/lisp/org/org-irc.el
b/lisp/org/org-irc.el
index df4c1a2a0db07bac0dee12990b8ba8945cb41133..5704929ffbb0ab1557440da242be45776b4f5091 100644
(file)
--- a/
lisp/org/org-irc.el
+++ b/
lisp/org/org-irc.el
@@
-88,7
+88,7
@@
(defun org-irc-parse-link (link)
"Parse an IRC LINK and return the attributes found.
Parse a LINK that looks like server:port/chan/user (port, chan
-and user being optional) and return any o
r
the port, channel or user
+and user being optional) and return any o
f
the port, channel or user
attributes that are found."
(let* ((parts (split-string link "/" t))
(len (length parts)))